9f6d88ffac014c35286b00f74ffc69a9d5bc9cea,sdk/src/main/java/com/silanis/esl/sdk/examples/DocumentExtractionExample.java,DocumentExtractionExample,execute,#,29
Before Change
DocumentPackage superDuperPackage = newPackageNamed(getPackageName())
.withSigner( newSignerWithEmail( email1 )
.withFirstName( "John1" )
.withLastName( "Smith1" ) )
.withSigner( newSignerWithEmail( email2 )
.withFirstName( "John2" )
.withLastName( "Smith2" ) )
After Change
DocumentPackage superDuperPackage = newPackageNamed(getPackageName())
.withSigner( newSignerWithEmail( email1 )
.withFirstName( "John1" )
.withLastName( "Smith1" )
.withCustomId("signer1"))
.withSigner( newSignerWithEmail( email2 )
.withFirstName("John2")
.withLastName("Smith2")